home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 93 / CDMM_93_2.ISO / Project Nomads / nomads_demo_eng.exe / COMMANDLIST_LIB.TCL < prev    next >
Encoding:
Text File  |  2002-03-23  |  1.3 KB  |  31 lines

  1. # -------------------------------------------------------
  2. #         Die Bibliothek mit den CommandLists
  3. #   (C) COPYRIGHT 2000 RADONLABS GMBH
  4. #
  5. # Da zu jeder Situation ganz bestimmte Listen ausgewaehlt 
  6. # werden sollen, sollten diese auch in spezial benannten
  7. # Verzeichnissen liegen. Das ist ein Mehraufwand, aber
  8. # so bleibt es uebersichtlich.
  9. # -------------------------------------------------------
  10.  
  11. # erstmal ne einfache Root
  12. sel /
  13. new nroot commandlists
  14. sel commandlists
  15.  
  16. # Dann alle Spezialbibliotheken einlesen.
  17. source $nomads_home/scripts/commandlists/airplane_attack.tcl
  18. source $nomads_home/scripts/commandlists/airplane_attackstatic.tcl
  19. source $nomads_home/scripts/commandlists/airplane_avoidcollision.tcl
  20. source $nomads_home/scripts/commandlists/airplane_gotogarage.tcl
  21. source $nomads_home/scripts/commandlists/airplane_formation.tcl
  22. source $nomads_home/scripts/commandlists/vehicle_goto.tcl
  23. source $nomads_home/scripts/commandlists/bomber_goto.tcl
  24. source $nomads_home/scripts/commandlists/sammler_avoidcollision.tcl
  25. source $nomads_home/scripts/commandlists/sammler_gotogarage.tcl
  26. source $nomads_home/scripts/commandlists/missile_goto.tcl
  27. source $nomads_home/scripts/commandlists/guidedmissile_goto.tcl
  28. source $nomads_home/scripts/commandlists/flak_reach.tcl
  29.  
  30. sel ..
  31.